home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / Word-Safari.swf / scripts / DefineButton2_453 / BUTTONCONDACTION on(release).as
Text File  |  2008-02-25  |  126b  |  8 lines

  1. on(release){
  2.    stopAllSounds();
  3.    theWind.start(0,999);
  4.    charge == true;
  5.    _root.gogogo = true;
  6.    nextFrame();
  7. }
  8.